github.com/gotd/td/internal/exchange.ClientExchange.rand (field)
9 uses
github.com/gotd/td/internal/exchange (current package)
client.go#L14: rand io.Reader
client_flow.go#L20: nonce, err := crypto.RandInt128(c.rand)
client_flow.go#L72: p, q, err := crypto.DecomposePQ(pq, c.rand)
client_flow.go#L84: newNonce, err := crypto.RandInt256(c.rand)
client_flow.go#L105: data, err := crypto.RSAPad(b.Buf, selectedPubKey.RSA, c.rand)
client_flow.go#L179: bParam, err := rand.Int(c.rand, randMax)
client_flow.go#L202: clientEncrypted, err := crypto.EncryptExchangeAnswer(c.rand, b.Buf, key, iv)
client_flow.go#L256: sessionID, err := crypto.NewSessionID(c.rand)
flow.go#L85: rand: e.rand,
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |